home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Education Software Sampler 1992 Fall
/
NeXT Education Software Sampler 1992 Fall.iso
/
Programming
/
Classes
/
ScrollingTextField
/
ScrollTextField_Example
/
Test.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-08-07
|
228 b
|
19 lines
/* Generated by Interface Builder */
#import <objc/Object.h>
@interface Test:Object
{
id myScrollTextField;
id myTextField;
id mySwitch;
}
- doOne:sender;
- doTwo:sender;
- doThree:sender;
- doSwitch:sender;
@end